.index_aboutbg{ min-width:1190px; max-width:1920px; margin:auto; margin-top:74px; margin-bottom:69px; background:#fff;}
.index_about_indexAbout{width:1190px; margin:auto;}
.index_about_aboutpic{width:498px; float:left; overflow:hidden;}
.index_about_pic{width:498px; height:351; overflow:hidden;}
.index_about_pic img{width:498px; height:351; overflow:hidden; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}
.index_about_pic img:hover{-webkit-transform:scale(1.1); -moz-transform:scale(1.1);}

.index_about_left{width:616px; float:right;}
.index_about_head{width:100%; text-align:left; height:61px; font-size:30px; color:#0e6eb8; line-height:61px;}
.index_about_left p{ font-size:14px; height:235px; color:#666666; line-height:24px; margin-top:10px;}

.index_about_more{width:139px; display:block; height:39px; background:#0e6eb8; float:left; text-align:center; line-height:39px;  ftransition:all 0.3s; font-size:14px; color:#fefefe;}

#index_about_animate,#index_about_animate_1{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}